{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Instructions
{% endblock %}
{% block content %}
Example:
Consider a group where, after each group member (including the leader) has completed 10 tables and earned $10, one group member completes 5 additional tables, another one completes 10 additional tables, a third one completes zero additional tables. The leader completes 9 additional tables.
Also assume that each completely corrected table raises $0.30. In this case, the charity receives $0.30 x (5 + 10 + 9) = $7.20.